home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFEXPRINT / TFEXPRINT.txt
Text File  |  2006-04-19  |  3KB  |  144 lines

  1. object fExPrint: TfExPrint
  2.   Left = 306
  3.   Top = 115
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Extended print'
  8.   ClientHeight = 201
  9.   ClientWidth = 385
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox1: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 369
  25.     Height = 59
  26.     Caption = 'File to print'
  27.     TabOrder = 0
  28.     object lblFIle: TLabel
  29.       Left = 8
  30.       Top = 18
  31.       Width = 27
  32.       Height = 13
  33.       Caption = 'lblFIle'
  34.     end
  35.     object chkPrintSelected: TCheckBox
  36.       Left = 8
  37.       Top = 34
  38.       Width = 313
  39.       Height = 17
  40.       HelpContext = 1320
  41.       Caption = 'Print selected block'
  42.       TabOrder = 0
  43.     end
  44.   end
  45.   object GroupBox2: TGroupBox
  46.     Left = 8
  47.     Top = 76
  48.     Width = 369
  49.     Height = 80
  50.     Caption = 'Options'
  51.     TabOrder = 1
  52.     object chkWrap: TCheckBox
  53.       Left = 8
  54.       Top = 20
  55.       Width = 180
  56.       Height = 17
  57.       HelpContext = 935
  58.       Caption = 'Wrap long lines'
  59.       TabOrder = 0
  60.     end
  61.     object chkLines: TCheckBox
  62.       Left = 8
  63.       Top = 37
  64.       Width = 180
  65.       Height = 17
  66.       HelpContext = 933
  67.       Caption = 'Line numbers'
  68.       TabOrder = 1
  69.     end
  70.     object chkTitle: TCheckBox
  71.       Left = 8
  72.       Top = 54
  73.       Width = 180
  74.       Height = 17
  75.       HelpContext = 934
  76.       Caption = 'Title in header'
  77.       TabOrder = 2
  78.     end
  79.     object chkDate: TCheckBox
  80.       Left = 187
  81.       Top = 20
  82.       Width = 180
  83.       Height = 17
  84.       HelpContext = 936
  85.       Caption = 'Date in header'
  86.       TabOrder = 3
  87.     end
  88.     object chkPages: TCheckBox
  89.       Left = 187
  90.       Top = 36
  91.       Width = 180
  92.       Height = 17
  93.       HelpContext = 937
  94.       Caption = 'Page numbers'
  95.       TabOrder = 4
  96.     end
  97.     object chkColor: TCheckBox
  98.       Left = 187
  99.       Top = 53
  100.       Width = 180
  101.       Height = 17
  102.       HelpContext = 701
  103.       Caption = 'Print in color'
  104.       TabOrder = 5
  105.     end
  106.   end
  107.   object btnSetup: TButton
  108.     Left = 8
  109.     Top = 170
  110.     Width = 72
  111.     Height = 22
  112.     HelpContext = 1321
  113.     Caption = 'Configuration'
  114.     TabOrder = 2
  115.     OnClick = btnSetupClick
  116.   end
  117.   object btnOk: TButton
  118.     Left = 225
  119.     Top = 170
  120.     Width = 72
  121.     Height = 22
  122.     HelpContext = 49
  123.     Caption = 'Ok'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 3
  127.   end
  128.   object btnCancel: TButton
  129.     Left = 305
  130.     Top = 170
  131.     Width = 72
  132.     Height = 22
  133.     HelpContext = 44
  134.     Cancel = True
  135.     Caption = 'Cancel'
  136.     ModalResult = 2
  137.     TabOrder = 4
  138.   end
  139.   object PrinterSetupDlg: TPrinterSetupDialog
  140.     Left = 112
  141.     Top = 166
  142.   end
  143. end
  144.